home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / newu173c.zip / NEWU173C.DOC < prev    next >
Text File  |  1992-04-04  |  4KB  |  98 lines

  1.  
  2. Date: 4/4/92  v1.0
  3.  
  4. If you're like me, you like to greet all newusers with a message in your
  5. message base.  Till now, there were only 2 ways to do it.  You could run
  6. an external program to enter the message during your nightly maintenance
  7. run and the next time the new user signed on, the greeting would be there.
  8. You could also do it by hand, forwarding a canned message to each user.
  9. This takes time from the SysOp who has enough to do.  Hence, the NEWU173C
  10. merge.
  11.  
  12. What this merge does is it enters a canned message from the SysOp WHILE the
  13. new user signs on.  By the time the new user gets to the main menu, he/she
  14. has a greeting message waiting for them.
  15.  
  16. This modification requires you to place in your RBBS directory a file called
  17. WELCOME.DEF which is your canned message.  The only limitations on this file
  18. are those that you place within CONFIG concerning the maximum number of lines
  19. in a message and the default width of the screen.  I have included my
  20. WELCOME.DEF file as a sample.  Remember, that word wrap will be in effect so
  21. your message may actually be more lines than the file.
  22. Also remember that this file must be created with a straight ASCII editor,
  23. along the lines of QEDIT (a very good editor at that).  There can be no
  24. imbedded control characters like those placed by a word processor.
  25.  
  26. This merge can be installed with Ken Goosens BLED v2.2 or by hand.  If you have
  27. no other merges which use the same line numbers installed, then the quickest
  28. method would be to use BLED.  If you have other merges installed, then I
  29. recommend you merge the code in by hand.  (One merge which uses the same line
  30. numbers is the ALIA173C merges by Gary Glueckert of the SUNY BBS)  Enclosed
  31. you will find a batch file which will do the merges for you using BLED.
  32.  
  33. You will also find enclosed my RBBS-VAR.BAS file.  There is a new variable that
  34. is added called ZWelcomeAboard.  This variable must be placed in your
  35. RBBS-VAR.BAS file if you decide not to use mine.  Add it as follows:
  36.  
  37.         ZWasY$, _
  38.         ZWasZ$, _
  39.         ZWelcomeAboard, _                       ' RM032401
  40.         ZWelcomeFile$, _
  41.  
  42. The files included in this archive are:
  43.  
  44.                 R-PCNEWU.MRG    - Merge for RBBS-PC.BAS
  45.                 RSB4NEWU.MRG    - Merge for RBBSSUB4.BAS
  46.                 RBBS-VAR.NEW    - Replacement RBBS-VAR.BAS
  47.                 NEWU173C.DOC    - This document file
  48.                 NEWU173C.BAT    - batch file to install merge
  49.  
  50.  
  51. Please let me know how this mod works out for you.  It has been tested on
  52. many local boards here with no problems.  I wish to thank the following
  53. for their help in creating and testing this merge.
  54.  
  55.    Gary Glueckert - The SUNY BBS - 516-420-0818
  56.    Mark Ciochetto - The Arena BBS - 516-579-2069
  57.    Adam Caplan    - The Connetiquot Club BBS - 516-563-8856
  58.    Ed Miller      - The MillSoft BBS - 516-765-6078
  59.  
  60.  
  61. Have fun!
  62.  
  63. Richie Molinelli
  64. The Small Time BBS
  65. 516-579-7929
  66. 1200 - 14400 bps
  67.  
  68.  
  69.  
  70. WARRANTY AND DISCLAIMER:
  71.  
  72.           Simple.  None.  Narda. Zip. Nothing.  I am not responsible for any
  73. damage that occurs by using this merge nor am I responsible for any good that
  74. occurs from using this merge.  I'm just plain not responsible.  My mother has
  75. been telling me that since I was a kid.
  76.  
  77.  
  78. REGISTRATION:
  79.  
  80. None required for non-comercial use.  If this merge is to be used on a
  81. commercial BBS, then please contact me at either the address listed below or
  82. by calling my BBS.
  83.  
  84. If you are the author of a program, please consider u/l a registered copy of
  85. your program to my BBS.
  86.  
  87. If you are the author of a merge, please consider u/l a copy of your merge to
  88. my BBS
  89.  
  90. If you are neither of the above, please consider sending me a postcard to the
  91. address listed below telling me how you love/hate/don't care about the merge.
  92. I happen to like postcards.
  93.  
  94. Richie Molinelli
  95. P.O. Box 961
  96. Levittown, NY  11756
  97.  
  98.